home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 716 b | 20 lines | [TEXT/GEOL] |
- Item 2155576 26-Jan-90 07:58PST
-
- From: D5284 BDM Int'l, Ann Confer,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Discipline Problem
-
- I have a LONGINT that I need to temporarily cast into a TObject. The
- value of this LONGINT can be zero or odd or any other value. I don't
- want Pascal to perform disipline (i.e. call %_obchk) on this variable.
- I have tried putting {$H-} before this section of code; I have tried
- using compiler options such as -H and -R. Neither have stopped the
- compiler from performing this check.
-
- How can I stop the compiler from performing the disipline check?
-
- Thank you in advance for your help.
-
-